Option
Parameters
T
Type of the optional value.
Types
Functions
asIterable
Link copied to clipboard
Returns an iterable that wraps this Option returning its value if it is defined, or an empty iterable if the option is empty.
asSequence
Link copied to clipboard
Returns a sequence that wraps this Option returning its value if it is defined, or an empty sequence if the option is empty.
filterIsInstance
Link copied to clipboard
fold
Link copied to clipboard
zip
Link copied to clipboard